Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the patternfly group with 4 updates #309

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the patternfly group with 4 updates: @patternfly/react-component-groups, @patternfly/react-core, @patternfly/react-table and @patternfly/patternfly.

Updates @patternfly/react-component-groups from 5.2.0 to 5.4.0

Release notes

Sourced from @​patternfly/react-component-groups's releases.

prerelease-v5.4.0-prerelease.2

5.4.0-prerelease.2 (2024-08-12)

Bug Fixes

  • ServiceCard: Add horizontal layout to the ServiceCard (#260) (f1bdcc7)

prerelease-v5.4.0-prerelease.1

5.4.0-prerelease.1 (2024-08-07)

Bug Fixes

  • Ansible: Fixed Ansible supported a11y. (22195d5)
  • ansible: Updated ansible color to address issue 74. (a8c1488)
  • battery: Added battery component aria label. (8148ca2)
  • battery: Css fix for batteries. (fcd3342)
  • battery: Css fix for batteries. (4112b3b)
  • battery: Updated with review comments. (6e94f54)
  • closeButton: Added the close button comments from documentation. (3af6b14)
  • deployment-issue: Fixed the broken deployment issues. (ff429f8)
  • deps: Fix dependencies (2d6e195)
  • DetailsPage: Update tests (4225e81)
  • docs: Update docs with links to original components (7394672)
  • errorboudndary: Fixed code to display the ErrorPageProps in the documentation. (6d3a81f)
  • ErrorBoundary: Align "Show details" center (#133) (c4d7448)
  • export: Fix SkeletonTable export (dc67142)
  • guide: Added migration guide md file for frontend components. (285c2b0)
  • i18n: Added support for i18n to Error Boundary, Inavalid Object, and Unavailable Content. (36a66af)
  • imports: Remove extra imports (3454a3c)
  • notAuthorized: Updated code to support PF 5 design system with only one primary action. (2f63ef1)
  • pr-preview: Updated code with github token. (3b9b7f9)
  • pr-preview: Updated package.json. (06571b3)
  • pr-preview: Updated package.json. (0c80624)
  • props: Add iconSize param to TagCount (58e83d9)
  • props: Allow passing className to ErrorStack (489c8c3)
  • props: Update primaryAction description (a5f6872)
  • README: Update README.md (#142) (e877107)
  • readme: Update README.md (#168) (d06346d)
  • readme: Update README.md (#257) (686fcca)
  • tests: Update TagCount snapshot (3d3702e)
  • title: Fix title in UnavailableContent (2dc60e6)
  • turnedOffDryRun: Turned off dry run (a816d0c)
  • WarningModal: Fix WarningModal button variant examples (c897366)
  • WarningModal: Reset check state on close (#128) (b97c9db)

Features

... (truncated)

Commits
  • 8b98df7 fix: updated release config
  • 35120a3 fix: white space change
  • 8938306 fix: Update package.json
  • cf9da4b chore: Update release.config.js
  • 80350f6 fix: Update README.md
  • 2f18677 Merge pull request #359 from fhlavac/test
  • 6d76291 fix(readme): Test commit to trigger release
  • 4fdde1b fix: Update release.config.js
  • c899ab3 fix: added range to v5 to prevent invalid release.
  • 144926e fix: fixed the prerelease issue where prerelease was set to the same branch.
  • Additional commits viewable in compare view

Updates @patternfly/react-core from 5.4.0 to 5.4.1

Commits
  • 6796622 chore(release): releasing packages [ci skip]
  • eb245e8 fix(dropdown): Delay setting focus on first item to prevent inadvertent scrol...
  • c10a613 chore(deps): update node.js to >=20.17.0 (#11000)
  • 51d7d97 chore(deps): update dependency @​types/react to ^18.3.6 (#11007)
  • baddef4 chore(deps): update eslint monorepo to ^9.10.0 (#10999)
  • aa535c5 chore(deps): update testing-library monorepo (#11001)
  • 9f6e403 chore(release): releasing packages [ci skip]
  • d5c8533 Updated to latest release.
  • b477a8a Update release.sh to fix commit.
  • e7e6b8e chore(deps): update dependency surge to ^0.24.6 (#10994)
  • Additional commits viewable in compare view

Updates @patternfly/react-table from 5.4.0 to 5.4.1

Commits
  • 6796622 chore(release): releasing packages [ci skip]
  • eb245e8 fix(dropdown): Delay setting focus on first item to prevent inadvertent scrol...
  • c10a613 chore(deps): update node.js to >=20.17.0 (#11000)
  • 51d7d97 chore(deps): update dependency @​types/react to ^18.3.6 (#11007)
  • baddef4 chore(deps): update eslint monorepo to ^9.10.0 (#10999)
  • aa535c5 chore(deps): update testing-library monorepo (#11001)
  • 9f6e403 chore(release): releasing packages [ci skip]
  • d5c8533 Updated to latest release.
  • b477a8a Update release.sh to fix commit.
  • e7e6b8e chore(deps): update dependency surge to ^0.24.6 (#10994)
  • Additional commits viewable in compare view

Updates @patternfly/patternfly from 5.4.0 to 5.4.1

Release notes

Sourced from @​patternfly/patternfly's releases.

v5.4.1

5.4.1 (2024-09-17)

Bug Fixes

  • fix for range issue. (3ade56f)
  • Fixed the release so it release prerelease. (50afcae)
  • release fix for v5. (be2f23e)
  • Updated range to allow patch releases. (07842d8)
  • updated to push code to pf5.patternfly.org. (3b1b98f)
  • Updated to release 5.4.1 (90f01c2)
Commits
  • 7471dc8 chore: Disabled dryRun.
  • 90f01c2 fix: Updated to release 5.4.1
  • 50afcae fix: Fixed the release so it release prerelease.
  • 3ade56f fix: fix for range issue.
  • 07842d8 fix: Updated range to allow patch releases.
  • be2f23e fix: release fix for v5.
  • 3b1b98f fix: updated to push code to pf5.patternfly.org.
  • f5342e3 fixed pr-preview.yaml.
  • 3ddb30d Updated to migrate to release v5 branch.
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner October 7, 2024 00:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file minor Minor dependency update labels Oct 7, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/patternfly-c9cc6c3663 branch from cfee18a to fc155fb Compare October 14, 2024 00:43
Bumps the patternfly group with 4 updates: [@patternfly/react-component-groups](https://github.com/patternfly/react-component-groups), [@patternfly/react-core](https://github.com/patternfly/patternfly-react), [@patternfly/react-table](https://github.com/patternfly/patternfly-react) and [@patternfly/patternfly](https://github.com/patternfly/patternfly).


Updates `@patternfly/react-component-groups` from 5.2.0 to 5.4.0
- [Release notes](https://github.com/patternfly/react-component-groups/releases)
- [Commits](patternfly/react-component-groups@v5.2.0...v5.4.0)

Updates `@patternfly/react-core` from 5.4.0 to 5.4.1
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected])

Updates `@patternfly/react-table` from 5.4.0 to 5.4.1
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected])

Updates `@patternfly/patternfly` from 5.4.0 to 5.4.1
- [Release notes](https://github.com/patternfly/patternfly/releases)
- [Changelog](https://github.com/patternfly/patternfly/blob/main/release.config.js)
- [Commits](patternfly/patternfly@v5.4.0...v5.4.1)

---
updated-dependencies:
- dependency-name: "@patternfly/react-component-groups"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patternfly
- dependency-name: "@patternfly/react-core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patternfly
- dependency-name: "@patternfly/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patternfly
- dependency-name: "@patternfly/patternfly"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patternfly
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/patternfly-c9cc6c3663 branch from fc155fb to 2c895c6 Compare October 21, 2024 00:16
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 24, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/patternfly-c9cc6c3663 branch October 24, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file minor Minor dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants